home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.C0.0000 < prev    next >
Encoding:
Text File  |  1988-11-20  |  1.4 KB  |  39 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $C0 (192)
  8. Auxiliary Type:    $0000
  9.  
  10. Full Name:     Paintworks Packed Super Hi-Res Picture File
  11. Short Name:    Paintworks Packed Picture
  12.  
  13. Written by:    Matt Deatherage                                  November 1988
  14.  
  15. Files of this type and auxiliary type contain a packed Super Hi-Res graphics 
  16. image created by Activision's Paintworks program.
  17. _____________________________________________________________________________
  18.  
  19. Files of type $C0 and auxiliary type $0000 contain a packed Super Hi-Res 
  20. graphics image created by Activision's Paintworks program.  For more 
  21. information on Paintworks, contact:
  22.  
  23.                 Mediagenic, Inc.
  24.                 3885 Bohannon Drive
  25.                 Menlo Park, CA  94025
  26.                 Attn:  Paintworks Technical Support
  27.  
  28. The format of the file is as follows:
  29.  
  30. +000 to +01F       Bytes    Super Hi-Res Palette
  31. +020 to +021       Word     Background color
  32. +022 to +221       Bytes    Patterns.  16 QuickDraw II patterns, 
  33.                             each 32 bytes in length.
  34. + 222 to EOF       Bytes    Packed graphics data.  Note that the 
  35.                             unpacked data could be longer than 
  36.                             one Super Hi-Res screen (Paintworks 
  37.                             allows full-page sized documents).
  38.  
  39.